Feature: Edit member

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 8.410s

Scenario: E14 - Edit member with invalid values

Before 0m 0.547s
Given the user navigates to Ghost at "<GHOST>" 0m 0.582s
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>" 0m 0.159s
And the user navigates to the members page 0m 0.669s
And the user clicks on a member name "<NAME2>" 0m 0.193s
And the user fill the name "<NAME2>" 0m 0.130s
And the user fill the email "<EMAIL2>" 0m 0.124s
And the user fill the note "<NOTE2>" 0m 0.518s
And the user clicks on the 'Save' button 0m 0.129s
Then the user should see the message 'Invalid Email.' 0m 0.109s
And the user should see the message 'Note is too long.' 0m 0.106s
And I wait for 5 seconds 0m 5.142s
After 0m 0.002s

Screenshots

Before
NO IMAGE AVAILABLE
Given the user navigates to Ghost at "<GHOST>"
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And the user navigates to the members page
And the user clicks on a member name "<NAME2>"
And the user fill the name "<NAME2>"
And the user fill the email "<EMAIL2>"
And the user fill the note "<NOTE2>"
And the user clicks on the 'Save' button
Then the user should see the message 'Invalid Email.'
And the user should see the message 'Note is too long.'
And I wait for 5 seconds
After
NO IMAGE AVAILABLE